home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / shaw / vbits32 / readme.txt < prev    next >
Encoding:
Text File  |  1994-12-13  |  4.8 KB  |  131 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : VBITS32
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this VBITS32 application for you.  This application
  7. not only demonstrates the basics of using the Microsoft Foundation classes
  8. but is also a starting point for writing your application.
  9.  
  10. This file contains a summary of what you will find in each of the files that
  11. make up your VBITS32 application.
  12.  
  13.  
  14. VBITS32.MAK
  15.     This project file is compatible with the Visual C++ development
  16.     environment. 
  17.  
  18.     It is also compatible with the NMAKE program provided with Visual C++. 
  19.  
  20.     To build a debug version of the program from the MS-DOS prompt, type
  21. nmake /f VBITS32.MAK CFG="Win32 Debug"
  22.     or to build a release version of the program, type
  23. nmake /f VBITS32.MAK CFG="Win32 Release"
  24.  
  25. VBITS32.H
  26.     This is the main header file for the application.  It includes other
  27.     project specific headers (including RESOURCE.H) and declares the
  28.     CVbits32App application class.
  29.  
  30. VBITS32.CPP
  31.     This is the main application source file that contains the application
  32.     class CVbits32App.
  33.  
  34. VBITS32.RC
  35.     This is a listing of all of the Microsoft Windows resources that the
  36.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  37.     in the RES subdirectory.  This file can be directly edited in the
  38.     Visual C++ development environment.
  39.  
  40. RES\VBITS32.ICO
  41.     This is an icon file, which is used as the application's icon.  This
  42.     icon is included by the main resource file VBITS32.RC.
  43.  
  44. RES\VBITS32.RC2
  45.     This file contains resources that are not edited by the Visual C++
  46.     development environment.  You should place all resources not
  47.     editable by the resource editor in this file.
  48.  
  49.  
  50. VBITS32.CLW
  51.     This file contains information used by ClassWizard to edit existing
  52.     classes or add new classes.  ClassWizard also uses this file to store
  53.     information needed to create and edit message maps and dialog data
  54.     maps and to create prototype member functions.
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57.  
  58. For the main frame window:
  59.  
  60. mainfrm.H, mainfrm.CPP
  61.     These files contain the frame class CMainFrame, which is derived from
  62.     CMDIFrameWnd and controls all MDI frame features.
  63.  
  64. RES\TOOLBAR.BMP
  65.     This bitmap file is used to create tiled images for the toolbar.
  66.     The initial toolbar and status bar are constructed in the
  67.     CMainFrame class.  Edit this toolbar bitmap along with the
  68.     array in mainfrm.CPP to add more toolbar buttons.
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71.  
  72. AppWizard creates one document type and one view:
  73.  
  74. vbitsdoc.H, vbitsdoc.CPP - the document
  75.     These files contain your CVbits32Doc class.  Edit these files to
  76.     add your special document data and to implement file saving and loading
  77.     (via CVbits32Doc::Serialize).
  78.  
  79. vbitsvw.H, vbitsvw.CPP - the view of the document
  80.     These files contain your CVbits32View class.
  81.     CVbits32View objects are used to view CVbits32Doc objects.
  82.     
  83. RES\vbitsdoc.ICO
  84.     This is an icon file, which is used as the icon for MDI child windows
  85.     for the CVbits32Doc class.  This icon is included by the main
  86.     resource file VBITS32.RC.
  87.  
  88. VBITS32.REG
  89.     This is an example .REG file that shows you the kind of registration
  90.     settings the framework will set for you.  You can use this as a .REG
  91.     file to go along with your application or just delete it and rely
  92.     on the default RegisterShellFileTypes registration.
  93.  
  94. /////////////////////////////////////////////////////////////////////////////
  95.  
  96. Help Support:
  97.  
  98. MAKEHELP.BAT
  99.     Use this batch file to create your application's Help file, VBITS32.HLP.
  100.  
  101. VBITS32.HPJ
  102.     This file is the Help Project file used by the Help compiler to create
  103.     your application's Help file.
  104.  
  105. HLP\*.BMP
  106.     These are bitmap files required by the standard Help file topics for
  107.     Microsoft Foundation Class Library standard commands.
  108.  
  109. HLP\*.RTF
  110.     This file contains the standard help topics for standard MFC
  111.     commands and screen objects.
  112.  
  113. /////////////////////////////////////////////////////////////////////////////
  114. Other standard files:
  115.  
  116. STDAFX.H, STDAFX.CPP
  117.     These files are used to build a precompiled header (PCH) file
  118.     named VBITS32.PCH and a precompiled types file named STDAFX.OBJ.
  119.  
  120. RESOURCE.H
  121.     This is the standard header file, which defines new resource IDs.
  122.     Visual C++ reads and updates this file.
  123.  
  124. /////////////////////////////////////////////////////////////////////////////
  125. Other notes:
  126.  
  127. AppWizard uses "TODO:" to indicate parts of the source code you
  128. should add to or customize.
  129.  
  130. /////////////////////////////////////////////////////////////////////////////
  131.